home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / Args.properties < prev    next >
Text File  |  1998-10-16  |  5KB  |  172 lines

  1. {
  2.     arguments=
  3.     {
  4.         type=
  5.         {
  6.             flags=(-type,"/type");
  7.             defaults=(jar);
  8.             shortdesc="type";
  9.             longdesc="[jar|zip|dir|cab]";
  10.             help="the type of archive to create";
  11.         };
  12.         out=
  13.         {
  14.             flags=(-out,"/out");
  15.             mandatory=true;
  16.             shortdesc="out";
  17.             longdesc="<file name>|<directory name>";
  18.             help="fully qulaified file name of the archive/directory to create";
  19.         };
  20.         tempdir=
  21.         {
  22.             flags=(-tempdir,"/tempdir");
  23.             mandatory=false;
  24.             defaults-(.);
  25.             shortdesc="tempdir";
  26.             longdesc="<directory name>";
  27.             help="fully qualified directory name to store temporary files into";
  28.         };
  29.         classpath=
  30.         {
  31.             flags=(-classpath,"/classpath");
  32.             shortdesc="classpath";
  33.             longdesc="<classpath>";
  34.             help="classpath to use for searching for files";
  35.         };
  36.         verbose=
  37.         {
  38.             flags=(-verbose,"/verbose");
  39.             defaults=(false);
  40.             shortdesc="verbose";
  41.             longdesc="[true|false]";
  42.             help="display the names of the files as they are added";
  43.         };
  44.         files=
  45.         {
  46.             flags=(-files,"/files");
  47.             shortdesc="files";
  48.             longdesc="<file name> ...";
  49.             help="list of files to add";
  50.         };
  51.         entries=
  52.         {
  53.             flags=(-entries,"/entries");
  54.             shortdesc="entries";
  55.             longdesc="<package/name.ext> ...";
  56.             help="list of CLASSPATH entries to add";
  57.         };
  58.         signer=
  59.         {
  60.             flags=(-signer,"/signer");
  61.             shortdesc="signer";
  62.             longdesc="[sun|netscape|microsoft]";
  63. //            longdesc="[sun]";
  64.             help="the signer to use";
  65.         };
  66.         overwrite=
  67.         {
  68.             flags=(-overwrite,"/overwrite");
  69.             defaults=(false);
  70.             shortdesc="overwrite";
  71.             longdesc="[true|false]";
  72.             help="overwrite the file if it already exists";
  73.         };
  74.         debug=
  75.         {
  76.             flags=(-debug,"/debug");
  77.             defaults=(false);
  78.             shortdesc="debug";
  79.             longdesc="[true|false]";
  80.             help="wether or not to debug";
  81.         };
  82.         debuglog=
  83.         {
  84.             flags=(-debuglog,"/debuglog");
  85.             defaults=(System.err);
  86.             shortdesc="debuglog";
  87.             longdesc="[<file name>|System.out|System.err]";
  88.             help="the name of the file to write log messages to";
  89.         };
  90.         help=
  91.         {
  92.             flags=(-help,"/help");
  93.             shortdesc="help";
  94.             help="display this message";
  95.         };
  96.         mstools=
  97.         {
  98.             flags=("-mstools","/mstools");
  99.             shortdesc="mstools";
  100.             longdesc="the location of the Microsoft SDK cab/signing tools";
  101.             help="overrides the default location of the MS SDK tools";
  102.         };
  103. //        nstools=
  104. //        {
  105. //            flags=("-nstools","/nstools");
  106. //            shortdesc="nstools";
  107. //            longdesc="the location of the Netscape jar signing tool";
  108. //            help="overrides the default location of the NS tools";
  109. //        };
  110.         suntools=
  111.         {
  112.             flags=("-suntools","/suntools");
  113.             shortdesc="suntools";
  114.             longdesc="the location of the Sun JDK jar/signing tools";
  115.             help="overrides the default location of the Sun JDK tools";
  116.         };
  117.         archiverargs=
  118.         {
  119.             flags=(-JA,"/JA");
  120.             shortdesc="archiver tool arguments";
  121.             longdesc="\"arguments\"";
  122.             help="quoted arguments to the archiver";
  123.         };
  124.         signerargs=
  125.         {
  126.             flags=(-JS,"/JS");
  127.             shortdesc="signing tool arguments";
  128.             longdesc="\"arguments\"";
  129.             help="quoted arguments to the signer";
  130.         };
  131.         default=
  132.         {
  133.             shortdesc="response file or list of files";
  134.             shortdesc="response file";
  135.             longdesc="@filename";
  136.             help="response file containing some or all of the options";
  137.         };
  138.     };
  139. }
  140.  
  141. //        compress=
  142. //        {
  143. //            flags=(-compress,"/compress");
  144. //            defaults=(false);
  145. //            shortdesc="compress";
  146. //            longdesc="[true|false]";
  147. //            help="wether or not to compress the file";
  148. //        };
  149. //        sign=
  150. //        {
  151. //            flags=(-sign,"/sign");
  152. //            defaults=(false);
  153. //            shortdesc="sign";
  154. //            longdesc="[true|false]";
  155. //            help="sign the JAR file";
  156. //        };
  157. //        manifest=
  158. //        {
  159. //            flags=(-manifest,"/manifest");
  160. //            shortdesc="manifest";
  161. //            longdesc="<file name>";
  162. //            help="the name of the manifest file to use as the base";
  163. //        };
  164. //        includemanifest=
  165. //        {
  166. //            flags=(-incmanifest,"/incmanifest");
  167. //            defaults=(true);
  168. //            shortdesc="incmanifest";
  169. //            longdesc="[true|false]";
  170. //            help="true means generate a manifest; false means do not generate a manifest";
  171. //        };
  172.